More precise PI.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 24 Sep 2002 15:49:53 +0000 (15:49 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 24 Sep 2002 15:49:53 +0000 (15:49 +0000)
gpsbabel/psp.c

index b616f734461b6518c1dfb27ac9436df3b9782753..1d94ebce3b1cbf620ab05eda07836bcd58621f7e 100644 (file)
@@ -25,7 +25,7 @@
 #include <math.h>  /* for M_PI */
 
 #ifndef M_PI
-#  define M_PI 3.141592653589
+#  define M_PI 3.14159265358979323846
 #endif
 
 #define MYNAME "PSP"